CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - shock tube problem

搜索资源列表

  1. oned_euler_v1

    0下载:
  2. Here is a 1D Euler code (1D shock tube code) for solving Sod s shock tube problem, using Roe s Approximate Riemann solver, minmod limiter, and 2- stage Runge-Kutta time-stepping. Learn how a second-order non-oscillatory Euler code is written,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:5639
    • 提供者:ARP
  1. liman

    0下载:
  2. 一维 问题,即激波管问题,是一个典型的一维可压缩无黏气体动力学问题,并有 解析解。对它采用二阶精度 两步差分格式进行数值求解。-One-dimensional problem, namely shock tube problem is a typical one-dimensional compressible inviscid gas dynamics problems, and analytical solutions. It uses a two-step difference schem
  3. 所属分类:transportation applications

    • 发布日期:2017-04-13
    • 文件大小:1691
    • 提供者:panda
  1. main

    0下载:
  2. This the fortran program for simulating a shock tube problem-This is the fortran program for simulating a shock tube problem
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:2039
    • 提供者:saathisudip
  1. oned_euler

    0下载:
  2. 一维欧拉方法的计算,解决Sod s激波管问题,使用李曼近似解-A method of calculating Viola, Sod' s shock tube problem solving, using Lehman approximate solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6152
    • 提供者:桑红
  1. Source1

    0下载:
  2. 1d roe solver uses for shock tube problem and nozzle problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5277
    • 提供者:ehsan
  1. Source1

    0下载:
  2. 利用MacCormack差分格式求解一维激波管问题(Fortran77 语言版本)-Use MacCormack Difference Scheme for Solving the one-dimensional shock tube problem (Fortran77 language version)
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1696
    • 提供者:hw
  1. MacCo

    0下载:
  2. 激波管问题是一个典型的一维可压缩无黏气体动力学问题,有解析解。对它采用二阶精度两步差分格式进行数值求解。这里给出了计算程序-Shock tube problem is a typical one-dimensional compressible inviscid gas dynamics problem, there are analytical solution. It uses a two-step difference scheme of second order accuracy num
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1694
    • 提供者:张小鹏
  1. shocktube_1d

    0下载:
  2. 一维激波管问题数值计算,Lax格式和Jameson中心差分格式,激波间断的扑捉,输出结果用tecplot打开。-A one-dimensional numerical calculation shock tube problem, Lax scheme and Jameson central scheme, intermittent shock capture, output with tecplot open.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2831
    • 提供者:张铭清
  1. euler.f90

    0下载:
  2. 求解欧拉方程一维激波管问题,quick格式和123阶迎风格式-Solving Euler Square One- dimensional shock tube problem, quick format, and 123 order upwind scheme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2704
    • 提供者:yb
  1. Rimann-HLLPHLLC

    0下载:
  2. 采用多种黎曼求解器求解激波管问题,工况设计参照TORO的书,用C++编写-one dimensioal shock tube problem using a variety of Riemann solvers
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2359999
    • 提供者:曾鑫
  1. homework-5-roeaHLL

    3下载:
  2. 采用matlab编写,HLL和ROE黎曼求解器求解一维激波管问题,并有与精确黎曼求解器结果对比。- one-dimensional shock tube problem using HLL and ROE Riemann solver
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3027794
    • 提供者:曾鑫
  1. K-T1

    1下载:
  2. 此程序是中心格式,称作K-T格式(Kurganov-Tadmor)用于解决流体力学中一维激波管问题,例如sod问题等等。-CFD,central scheme(K-T格式),1-D shock-tube problem,sod problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2538
    • 提供者:蔡振宇
  1. shus

    0下载:
  2. 本程序用以解决流体力学中2维激波管问题,采用的计算格式有SHUS(simple high-order upwind scheme) 格式和van-Leer格式-CFD,2-D shock-tube problem,simple high-order scheme(SHUS),van-Leer scheme.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2819
    • 提供者:蔡振宇
  1. analyze-and-compare-

    1下载:
  2. 一维激波管问题差分格式计算对比分析,采用了MacCormack, Jameson, FVS, FDS, AUSM 的格式对一维激波问题进行分析计算,并对比了其性能-The comparison and analysis of one-dimensional shock tube problem with difference scheme is carried out. MacCormack, Jameson, FVS, FDS and AUSM are used to analyze and
  3. 所属分类:Development Research

    • 发布日期:2017-05-06
    • 文件大小:853927
    • 提供者:柏安翔
  1. Lax-wendroff

    1下载:
  2. 利用Lax-wendroff两步差分格式求解一维激波管问题Fortran语言-Use a two-step Lax-wendroff Difference Scheme for Solving the one-dimensional shock tube problem Fortran language
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:9036
    • 提供者:韩佳坤
  1. A

    0下载:
  2. 一维 问题,即激波管问题,是一个典型的一维可压缩无黏气体动力学问题,并有 解析解。对它采用二阶精度 两步差分格式进行数值求解。-A one-dimensional problem that the shock tube problem is a typical one-dimensional inviscid compressible gas dynamics, and analytical solutions. It uses a two-step second order accuracy
  3. 所属分类:MPI

    • 发布日期:2017-05-05
    • 文件大小:170282
    • 提供者:刘蕾
  1. oned_euler_v1

    0下载:
  2. 一维Euler方程求解,例子是激波管问题。采用了Godunov格式-one dimensional Euler equation solving for shock tube problem
  3. 所属分类:transportation applications

    • 发布日期:2017-12-13
    • 文件大小:5650
    • 提供者:markailee
  1. vanleer

    0下载:
  2. 流体力学sod激波管问题的vanleer分裂,适合初学者使用。-Fluid mechanics sod shock tube problem vanleer division, suitable for beginners use.
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:sa
  1. 精确解

    3下载:
  2. F语言编程解决一维激波管问题,本程序为精确解。(One dimensional shock tube problem in F programming)
  3. 所属分类:汇编语言

  1. Roe

    0下载:
  2. Fortran语言解决一维激波管问题,本程序为一阶迎风Roe格式(Fortran language to solve one-dimensional shock tube problem, this program is the first order upwind Roe format)
  3. 所属分类:汇编语言

« 1 2 34 5 »
搜珍网 www.dssz.com